From dc16c121f96b59f62cffc2f71f689f43dfc2e6e4 Mon Sep 17 00:00:00 2001 From: cinamod Date: Mon, 22 Sep 2003 14:36:30 +0000 Subject: [PATCH] const some strings --- modules/engines/ms-windows/ChangeLog.old | 4 ++++ modules/engines/ms-windows/xp_theme.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/engines/ms-windows/ChangeLog.old b/modules/engines/ms-windows/ChangeLog.old index abd25594ed..3366f9eefe 100755 --- a/modules/engines/ms-windows/ChangeLog.old +++ b/modules/engines/ms-windows/ChangeLog.old @@ -1,3 +1,7 @@ +2003-09-22 Dom Lachowicz + + * src/xp_theme.c: Make a string array const + 2003-09-20 Raymond Penners * === Released 0.4.3 === diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c index b43b2bd8cd..96f1b70dd6 100755 --- a/modules/engines/ms-windows/xp_theme.c +++ b/modules/engines/ms-windows/xp_theme.c @@ -29,7 +29,7 @@ #include -static LPCWSTR class_descriptors[] = +static const LPCWSTR class_descriptors[] = { L"Scrollbar", L"Button", -- 2.30.2